home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Windows (5th Edition)
/
Programming Windows, 5th ed. - Companion CD (097-0002183)(1999).iso
/
Chap11
/
PopPad3
/
PopPrnt0.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-10-09
|
367 b
|
12 lines
/*---------------------------------------------------------------
POPPRNT0.C -- Popup Editor Printing Functions (dummy version)
---------------------------------------------------------------*/
#include <windows.h>
BOOL PopPrntPrintFile (HINSTANCE hInst, HWND hwnd, HWND hwndEdit,
PTSTR pstrTitleName)
{
return FALSE ;
}